static
arglist_t coto_args[] = {
- {"zerocat", &zerocat, "Name of the 'unassigned' category.", NULL, ARGTYPE_STRING },
- {"internals", &internals, "Export some internal stuff to notes.", NULL, ARGTYPE_STRING | ARGTYPE_HIDDEN },
+ {"zerocat", &zerocat, "Name of the 'unassigned' category", NULL, ARGTYPE_STRING },
+ {"internals", &internals, "Export some internal stuff to notes", NULL, ARGTYPE_STRING | ARGTYPE_HIDDEN },
{0, 0, 0, 0, 0 }
};
static
arglist_t tiger_args[] = {
- {"nolabels", &nolabels, "Suppress labels on generated pins.",
+ {"nolabels", &nolabels, "Suppress labels on generated pins",
NULL, ARGTYPE_BOOL },
- {"genurl", &genurl, "Generate file with lat/lon for centering map.",
+ {"genurl", &genurl, "Generate file with lat/lon for centering map",
NULL, ARGTYPE_OUTFILE },
- {"margin", &margin, "Margin for map. Degrees or percentage.",
+ {"margin", &margin, "Margin for map. Degrees or percentage",
"15%", ARGTYPE_FLOAT},
- {"snlen", &snlen, "Max shortname length when used with -s.",
+ {"snlen", &snlen, "Max shortname length when used with -s",
"10", ARGTYPE_INT, "1", NULL},
{"oldthresh", &oldthresh,
- "Days after which points are considered old.",
+ "Days after which points are considered old",
"14", ARGTYPE_INT},
- {"oldmarker", &oldmarker, "Marker type for old points.",
+ {"oldmarker", &oldmarker, "Marker type for old points",
"redpin", ARGTYPE_STRING},
- {"newmarker", &newmarker, "Marker type for new points.",
+ {"newmarker", &newmarker, "Marker type for new points",
"greenpin", ARGTYPE_STRING},
{"suppresswhite", &suppresswhite,
"Suppress whitespace in generated shortnames",
NULL, ARGTYPE_BOOL },
- {"unfoundmarker", &unfoundmarker, "Marker type for unfound points.",
+ {"unfoundmarker", &unfoundmarker, "Marker type for unfound points",
"bluepin", ARGTYPE_STRING},
- {"xpixels", &xpixels, "Width in pixels of map.",
+ {"xpixels", &xpixels, "Width in pixels of map",
"768", ARGTYPE_INT},
- {"ypixels", &ypixels, "Height in pixels of map.",
+ {"ypixels", &ypixels, "Height in pixels of map",
"768", ARGTYPE_INT},
{"iconismarker", &iconismarker,
"The icon description is already the marker", NULL,
ARGTYPE_BOOL },
#if CLICKMAP
- {"clickmap", &clickmap, "Generate Clickable map web page.",
+ {"clickmap", &clickmap, "Generate Clickable map web page",
NULL, ARGTYPE_BOOL},
#endif
{0, 0, 0, 0, 0}